home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / Tutorial / Cookbook / README < prev   
Text File  |  1995-06-12  |  940b  |  30 lines

  1. This directory contains a series of sub-directories.  Each directory
  2. contains a simple program that is designed to demonstrate one or
  3. two aspects of the NeXTstep environment.  Each directory contains
  4. a working program, as well as a "notes" file whit the following
  5. information:
  6.  
  7. Objective:  What concepts will be learned in this program.
  8.  
  9. Terms: Any new terms that are introduced in this program.
  10.    
  11. Discussion:  Text explaining what is going on in the program.
  12.    
  13. Method:  A detailed description of the steps necessary to create this
  14. program.  This includes all the IB steps necessary to create the ".nib"
  15. file.
  16.  
  17. Summary:  A short description of the steps to create the program.
  18.  
  19. Further Questions:  A list of further suggestions for the student to
  20. ask themselves.  Many of these naturally lead to further labs.
  21.    
  22. To create a binary of each program, type
  23.  
  24.     makeall
  25.     
  26. To remove all of the extra files and to save space type
  27.  
  28.     makeclean
  29.  
  30.